type name
Type-Aware Decomposed Framework for Few-Shot Named Entity Recognition
Li, Yongqi, Yu, Yu, Qian, Tieyun
Despite the recent success achieved by several two-stage prototypical networks in few-shot named entity recognition (NER) task, the overdetected false spans at the span detection stage and the inaccurate and unstable prototypes at the type classification stage remain to be challenging problems. In this paper, we propose a novel Type-Aware Decomposed framework, namely TadNER, to solve these problems. We first present a type-aware span filtering strategy to filter out false spans by removing those semantically far away from type names. We then present a type-aware contrastive learning strategy to construct more accurate and stable prototypes by jointly exploiting support samples and type names as references. Extensive experiments on various benchmarks prove that our proposed TadNER framework yields a new state-of-the-art performance. Our code and data will be available at https://github.com/NLPWM-WHU/TadNER.
- North America > United States > Minnesota > Hennepin County > Minneapolis (0.14)
- Europe > United Kingdom > England > Leicestershire (0.04)
- Europe > Ireland > Leinster > County Dublin > Dublin (0.04)
- (9 more...)
- Media (1.00)
- Government (1.00)
- Law (0.93)
- (3 more...)
CEO: Corpus-based Open-Domain Event Ontology Induction
Xu, Nan, Zhang, Hongming, Chen, Jianshu
Existing event-centric NLP models often only apply to the pre-defined ontology, which significantly restricts their generalization capabilities. This paper presents CEO, a novel Corpus-based Event Ontology induction model to relax the restriction imposed by pre-defined event ontologies. Without direct supervision, CEO leverages distant supervision from available summary datasets to detect corpus-wise salient events and exploits external event knowledge to force events within a short distance to have close embeddings. Experiments on three popular event datasets show that the schema induced by CEO has better coverage and higher accuracy than previous methods. Moreover, CEO is the first event ontology induction model that can induce a hierarchical event ontology with meaningful names on eleven open-domain corpora, making the induced schema more trustworthy and easier to be further curated.
- North America > United States > Minnesota > Hennepin County > Minneapolis (0.28)
- North America > United States > Washington > King County > Seattle (0.04)
- South America > Brazil (0.04)
- (21 more...)
Snyk - Local Type Inference Cheat Sheet for Java 10 and beyond!
Welcome to the first in a new series of cheat sheets that we'll be running on the Snyk blog. We'll be providing content for you to print and pin up to help you be a better developer. In our first edition and hot on the heels on Java 10, we'll be focusing on the much talked about type inference for local variables. The main premise behind the local type inference feature is pretty simple. Replace the explicit type in the declaration with the new reserved type name'var' and its type will be inferred.